home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekikoh Dennoh Club 1
/
Gekikoh Dennoh Club Vol. 1 (Japan).7z
/
Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin
/
kowin
/
archive
/
apl
/
tvv132.lzh
/
microview.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-22
|
523b
|
31 lines
/*
MicroView.win Copyright 1995 小笠原博之
oga@dgw.yz.yamagata-u.ac.jp
*/
#define VVV 1
#include <corlib.h>
#include <HS_wlib.h>
#include <sys_doslib.h>
#include <microstr.h>
#define VERSION "tview 1.00"
typedef struct {
unsigned char **lp,
*fbuf;
int tabsize, /* 8 */
tabmask, /* 7 */
maxcol, /* 80 */
line; /* tota lines */
int font_x, font_y, font_z,
attr, backattr;
WindowID awp, bwp;
int x, y, h, v;
char title[32];
int curpos;
} T_BUFP;
extern GlobalCount;